home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 4 / The 640 Meg Shareware Studio CD-ROM Volume IV (Data Express)(1994).ISO / 4dos / arconv01.zip / A1.DAT next >
Text File  |  1993-06-29  |  1KB  |  20 lines

  1. @echo off
  2. loadbtm on
  3. setlocal
  4.  
  5. :: Archive, 27 Jun 1993, by E.T.C. Ver. 1.00
  6. :: This batch file creates an archive, acording to first argument.
  7. :: Global switch: -r = recurse to subdirs. Must be first arg after arc name.
  8. :: If no filenames are given to put in archive, it'll try to store all the files
  9. :: in the current directory (*.*). When you add an archiver to this file, please
  10. :: make sure that it supports this two features. If the new archiver doesn't
  11. :: recognize the switch "-r", or doesn't use *.* when no filenames are supplied,
  12. :: Then you can use any of the various examples in this file to adapt it to
  13. :: those switches. I added a special procedure named 'getfiles' to assist you
  14. :: with the second feature. You can see how it is used for example with the
  15. :: pkpak archiver (arc), and see its own doc for more details.
  16. :: This is not an AI project: it can be cheated to do unwanted results.
  17. :: This is mainly a sample file: I don't use most of these compressors, so
  18. :: with some archivers I made only little testing. Please report any bugs.
  19.  
  20.